home *** CD-ROM | disk | FTP | other *** search
- /*
- demo.c - a nothing program to demonstrate the use of
- hdiff, edlin, cdelta, and cget.
-
- Author: C.J. Dunford 11/24/84
-
- */
-
- #include "stdio.h"
-
- main()
- {
- char *version = "Demo 1.00 11-24-84\n");
-
- printf("%s", version);
- printf("Hello world\n");
- }